home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / SDKs / Word Services SDK 1.0.6 / Writeswell Jr 1.2.1 Sources ƒ / Writeswell Jr. Source / headers / MyTextEdit.h < prev    next >
Encoding:
Text File  |  1993-03-08  |  336 b   |  12 lines  |  [TEXT/KAHL]

  1. /* MyTextEdit.h
  2.  * Interface to useful utility routines for TextEdit in Writeswell Jr.
  3.  * Copyright ©1993 Working Software, Inc.  All Rights Reserved.
  4.  * 4 Mar 93 Mike Crawford
  5.  */
  6.  
  7. void MyTEKey( WindowPtr docWindow,
  8.                 ControlHandle vertScroll,
  9.                 char theChar,
  10.                 Boolean readOnly );
  11. TEHandle GetTextHandle( WindowPtr theWindow );
  12.